Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYPY3 Add support for pypy3 in FormatHandler #109

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Conversation

mgorny
Copy link

@mgorny mgorny commented Nov 17, 2023

Add _ctypes.array.ArrayMeta to classes recognized by ctypesarrays formathandler. This is the class used by arrays on PyPy3.10. Adding this makes the test suite pass on PyPy3.10 7.3.13.

Fixes #108

Add `_ctypes.array.ArrayMeta` to classes recognized by `ctypesarrays`
formathandler.  This is the class used by arrays on PyPy3.10.  Adding
this makes the test suite pass on PyPy3.10 7.3.13.

Fixes mcfletch#108
@mgorny
Copy link
Author

mgorny commented Jan 20, 2025

Gentle ping.

@mcfletch mcfletch merged commit d3f6325 into mcfletch:develop Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants